// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Things we do for Love: Blakboykay','White Oak Music Hall - Upstairs','Houston, TX','Saturday','7/5/2025','6:00 PM','7070455','Things-we-do-for-Love--Blakboykay-7-5-2025'],['Witness For The Prosecution','London County Hall','London, United Kingdom','Saturday','7/5/2025','7:30 PM','6685906','Witness-For-The-Prosecution-7-5-2025'],['7 Bridges - Eagles Tribute Band','Hill Performance Hall at Eisemann Center','Richardson, TX','Saturday','7/5/2025','7:30 PM','7082335','7-Bridges---Eagles-Tribute-Band-7-5-2025'],['Witness For The Prosecution','London County Hall','London, United Kingdom','Sunday','7/6/2025','3:00 PM','6685907','Witness-For-The-Prosecution-7-6-2025'],['Elvis Costello and The Imposters ','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Monday','7/7/2025','7:30 PM','6881844','Elvis-Costello-and-The-Imposters--7-7-2025'],['Witness For The Prosecution','London County Hall','London, United Kingdom','Tuesday','7/8/2025','7:30 PM','6685908','Witness-For-The-Prosecution-7-8-2025'],['Life of Pi','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Tuesday','7/8/2025','7:30 PM','6379124','Life-of-Pi-7-8-2025'],['The Paper Kites','Francis Winspear Centre','Edmonton, Canada','Tuesday','7/8/2025','8:00 PM','7251363','The-Paper-Kites-7-8-2025'],['Witness For The Prosecution','London County Hall','London, United Kingdom','Wednesday','7/9/2025','7:30 PM','6685909','Witness-For-The-Prosecution-7-9-2025'],['Life of Pi','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Wednesday','7/9/2025','7:30 PM','6379125','Life-of-Pi-7-9-2025']],'"All For The Hall"','https://www.ticketnetwork.com');